/*Mon CSS perso*/
.strophe{
text-align:center; 	/*le texte sera aligné au centre*/
color : #581845; 	/*le texte est en bleu, les couleurs sont codées #rrvvbb de #000000 à #FFFFFF*/
}

.surligner {
color : #DF3A01; 	/*le texte est en rouge */
font-weight: bold; 	/*la police est en gras */
}
body {
   background-image: url(maxresdefault.jpg);
}

.entete {
		
		padding : 15px 10px 15px 25px; 	/*marges intérieures :haut, droite, bas puis gauche*/
		width: 100%; 				/* largeur du bloc 70% de la page */
		height : auto; 				/*hauteur du bloc (automatique ici) */
		background-color :  #2F0B3A; 		/*couleur de fond arbitraire afin de voir le bloc */
		}

.lien  {
	
	   padding :  15px 10px 15px 25px;
	   width   : 25%;
	   float:left;
	   height  : auto;
	   background-color :  #DF3A01;
}
	   
.poeme {
	
	   margin-left : 30%;
	   padding : 20px 5px 5px 15px;
	   width   : 60%;
	   height  : auto;
	   background-color :   #000000  ;
}
h1{
	front-size:50px;
	color:     #DF3A01;
	text-decoration:underline;
}